home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / hard / misc / blockmem11.readme < prev    next >
Text File  |  1993-04-10  |  2KB  |  56 lines

  1. Short: Disable faulty memory.  Version 1.1
  2.  
  3. BlockMem 1.0 / SmartBlock 1.0 - 5 Neall Verheyde / 1993 Pyxis Software
  4.  
  5. What it is
  6. ----------
  7.  
  8. Blockmem is a small utility which takes two memory addresses, and
  9. allocates all of the memory between them, preventing the system (and
  10. OS friendly programs) from using that area of memory.
  11.  
  12. SmartBlock is a program very similar to blockmem.  It performs exactly
  13. the same operation, but is not restricted to contigious memory chunks
  14. (ie, it "looks" for unused memory within the specified address, and
  15. allocates around memory which is already used).  If the memory is
  16. already used, you can be fairly certain that it's not faulty.
  17.  
  18.  
  19. Why???
  20. ------
  21.  
  22. If you have bad memory in your computer, and can't get it fixed
  23. immediately, it's much better to simply block the memory off from the
  24. OS, rather than hoping that a program won't try and grab it for itself
  25. and cause the system to blow up.
  26.  
  27.  
  28. Pyxis Software is:
  29. ------------------
  30.  
  31. Neall Verheyde                  verheyde@sfu.ca
  32.  - Computer Science
  33.    Simon Fraser University
  34.    British Columbia, Canada
  35.  
  36. David Griffiths                 dgriff@unixg.ubc.ca
  37.  - Television Broadcasting
  38.    British Columbia Institute of Technology
  39.    British Columbia, Canada
  40.  
  41.  
  42. Other Pyxis Utilities:
  43. ----------------------
  44.  
  45.   ClockTweek - Helps correct periodic errors in the system clock.
  46.  
  47.     Purge2.0 - Deletes files in a way that they are "unrecoverable".
  48.  
  49.     MemWatch - Helps find program memory loss.
  50.  
  51.     NetUtils - ParNet/SerNet chat, and remote reboot.
  52.  
  53.     ReqInter - Reqtools.library interface for HiSoft BASIC.
  54.  
  55.  
  56.